|
|
|
Wireless Telephony Applications (WTA) are those applications designed to interact with the telephony-related functions present in a phone. These applications can include:
The Web browser supports only those WTA functions that are available from WML using URIs.
The Web browser supports the WTAI application “click to dial” any link on the screen. A telephone handset icon displays to the left of a “click to dial” link when the link first displays.
The Add to Phonebook WTAI function “wtai://wp/ap;” adds a name and number to the telephone Contacts application. A Contacts icon displays to the left of an “add to phonebook” link. The wtai syntax is supported as an href attribute. As such, any tags supporting the href attribute can use the “add to Contacts” function. These tags are <a>, <anchor>, <img>, <do>, <onevent>, <select>, <option>, and <optgroup>.
When a user activates the Add to Phonebook function, the Web browser transfers the name and number to the Contacts application. The user can edit the entry according to the current Contacts application functionality.
The WTAI URI scheme is as follows:
wtai://<library>/<function> (; <parameter>)* [! <result>]
|
|
|